projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4327310
)
(__attribute__): Remove outdated workaround.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 21 Jan 2004 04:04:01 +0000
(
04:04
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 21 Jan 2004 04:04:01 +0000
(
04:04
+0000)
src/s/darwin.h
patch
|
blob
|
history
diff --git
a/src/s/darwin.h
b/src/s/darwin.h
index 32db3e3364b73070471bf7e7b9117297b17289ef..abc56901e175614cfaffe07f1c7871d3373f7993 100644
(file)
--- a/
src/s/darwin.h
+++ b/
src/s/darwin.h
@@
-1,5
+1,5
@@
/* System description header file for Darwin (Mac OS X).
- Copyright (C) 2001,
2002
Free Software Foundation, Inc.
+ Copyright (C) 2001,
02, 2004
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@
-203,9
+203,6
@@
Boston, MA 02111-1307, USA. */
/* Fix compilation problem for regex.c. */
#define __restrict
-/* Fix compilation problem for md5.c. */
-#define __attribute__(x)
-
/* Used in dispnew.c. Copied from freebsd.h. */
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)